home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / Plasmatech / ptscp_eval.exe / %MAINDIR% / EvalC3 / FPTAbout.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-31  |  2.4 KB  |  75 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'FPTAbout.pas' rev: 3.00
  6.  
  7. #ifndef FPTAboutHPP
  8. #define FPTAboutHPP
  9. #include <ShellAPI.hpp>
  10. #include <StdCtrls.hpp>
  11. #include <ExtCtrls.hpp>
  12. #include <DsgnIntf.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <SysUtils.hpp>
  19. #include <Messages.hpp>
  20. #include <Windows.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Fptabout
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TPTFrmAbout;
  30. class PASCALIMPLEMENTATION TPTFrmAbout : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Stdctrls::TLabel* CopyrightTxt;
  36.     Stdctrls::TLabel* ProductTxt;
  37.     Stdctrls::TLabel* VersionTxt;
  38.     Extctrls::TBevel* Bevel1;
  39.     Stdctrls::TButton* Button1;
  40.     Stdctrls::TButton* CloseBtn;
  41.     Extctrls::TPanel* Panel1;
  42.     Extctrls::TImage* Image1;
  43.     Extctrls::TPanel* Panel2;
  44.     void __fastcall Button1Click(System::TObject* Sender);
  45.     void __fastcall FormCreate(System::TObject* Sender);
  46.     
  47. public:
  48.     /*         class method */ static void __fastcall Execute(System::TMetaClass* vmt, System::AnsiString 
  49.         aProduct, System::AnsiString aYear, int aVersion, int aPatch);
  50.     /*         class method */ static void __fastcall ExecuteCtl(System::TMetaClass* vmt, System::AnsiString 
  51.         aProduct, System::AnsiString aYear, System::AnsiString aCtlName, int aVersion, int aPatch);
  52. public:
  53.         
  54.     /* TCustomForm.Create */ __fastcall virtual TPTFrmAbout(Classes::TComponent* AOwner) : Forms::TForm(
  55.         AOwner) { }
  56.     /* TCustomForm.CreateNew */ __fastcall TPTFrmAbout(Classes::TComponent* AOwner, int Dummy) : Forms::
  57.         TForm(AOwner, Dummy) { }
  58.     /* TCustomForm.Destroy */ __fastcall virtual ~TPTFrmAbout(void) { }
  59.     
  60. public:
  61.     /* TWinControl.CreateParented */ __fastcall TPTFrmAbout(HWND ParentWindow) : Forms::TForm(ParentWindow
  62.         ) { }
  63.     
  64. };
  65.  
  66. //-- var, const, procedure ---------------------------------------------------
  67. extern PACKAGE TPTFrmAbout* PTFrmAbout;
  68.  
  69. }    /* namespace Fptabout */
  70. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  71. using namespace Fptabout;
  72. #endif
  73. //-- end unit ----------------------------------------------------------------
  74. #endif    // FPTAbout
  75.